home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / dfutil1.zip / STRIPPER.ZIP / STRIPPER.DOC < prev    next >
Text File  |  1990-11-10  |  1KB  |  34 lines

  1. STRIPPER is a set of file manipulation utilities which:
  2.  
  3.       Strips blank lines from an ASCII file, defined as a line
  4.       with only one or more spaces, a carriage return or a line feed.
  5.  
  6.       Strips extra spaces from an ASCII file, defined as any two
  7.       consecutive spaces (chr$(32)). If a line contains only spaces,
  8.       there will be one space remaining on the line. Indentations
  9.       at the beginning of lines made of spaces, not Tab indents, will
  10.       be condensed to one space. All spaces at the end of lines will
  11.       be deleted.
  12.  
  13.       Strip columns from all lines in an ASCII file. One or more
  14.       consecutive columns can be specified.
  15.  
  16. HOW TO USE STRIPPER
  17.  
  18.       Type STRIPPER  for syntax for bypassing opening menu.
  19.  
  20.       Type STRIPPER [d:]filename  for menu of options and prompts
  21.  
  22.       
  23. This program creates a backup of the original file called filename.OLD
  24. so you can safely experiment or screw up.
  25.  
  26. (c) 1990 David A. Wesson
  27.          Newcastle Business School
  28.          Newcastle upon Tyne
  29.          England
  30.  
  31.  
  32. No payment or liabilities accepted.
  33.  
  34.